home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / HPACK78S.ZIP / choice.h < prev    next >
C/C++ Source or Header  |  1992-06-22  |  1KB  |  33 lines

  1. /****************************************************************************
  2. *                                                                            *
  3. *                            HPACK Multi-System Archiver                        *
  4. *                            ===========================                        *
  5. *                                                                            *
  6. *                                   User Choice Header                            *
  7. *                            CHOICE.H  Updated 23/05/90                        *
  8. *                                                                            *
  9. * This program is protected by copyright and as such any use or copying of    *
  10. *  this code for your own purposes directly or indirectly is highly uncool    *
  11. *                      and if you do so there will be....trubble.                *
  12. *                 And remember: We know where your kids go to school.            *
  13. *                                                                            *
  14. *        Copyright 1989, 1990 Peter C.Gutmann.  All rights reserved            *
  15. *                                                                            *
  16. ****************************************************************************/
  17.  
  18. /* The variable to store the command - defined in FRONTEND.C */
  19.  
  20. extern char choice;
  21.  
  22. /* The commands HPACK accepts */
  23.  
  24. #define DELETE    'D'
  25. #define DISPLAY    'P'
  26. #define FRESHEN    'F'
  27. #define ADD        'A'
  28. #define REPLACE    'R'
  29. #define UPDATE    'U'
  30. #define TEST    'T'
  31. #define EXTRACT    'X'
  32. #define VIEW    'V'
  33.